home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / CHIP Turkiye Mart 1999.iso / araclar / Win98 / HTML-Tool / DWESD.EXE / data.z / styles.dcr / Standard_123_Wait Handler.ls < prev    next >
Encoding:
Text File  |  1998-04-02  |  129 b   |  7 lines

  1. on wait howLong
  2.   set currentTime to the timer
  3.   repeat while the timer < (currentTime + howLong)
  4.     nothing()
  5.   end repeat
  6. end
  7.